home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1992 June: ROMin Holiday
/
ADC Developer CD (1992-06) (''ROMin Holiday'')_iso
/
Developer Connection - 06-1992.iso
/
Development Platforms
/
Apple II
/
Essentials
/
MPW IIGS Interfaces
/
CIIGSIncludes
/
SetJmp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-04-01
|
148 b
|
12 lines
|
[
TEXT/MPS
]
/*
* SetJmp.h
*
* Copyright 1986, Apple Computer
* All rights reserved.
*/
typedef long jmp_buf[2];
int setjmp();
void longjmp();